home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Blender / SHARED.Dir / 00839.ls < prev    next >
Encoding:
Text File  |  1995-09-13  |  208 b   |  11 lines

  1. on mouseUp
  2.   global n
  3.   sound playFile 2, "mmvrrvt.AIF"
  4.   puppetTransition(50, 4, 8, 1)
  5.   repeat with n = 48 down to 1
  6.     puppetSprite(n, 0)
  7.     set the visible of sprite n to 1
  8.   end repeat
  9.   go("ONE")
  10. end
  11.